Implementing GtkComboBox using GtkTreeMenu !
authorTristan Van Berkom <tristan.van.berkom@gmail.com>
Wed, 24 Nov 2010 09:14:36 +0000 (18:14 +0900)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Tue, 4 Jan 2011 14:37:08 +0000 (23:37 +0900)
commit83c69f4cf381ce8218a861b4349bc2f207397aa2
tree852e27733d4664d91b6c3c2b0a6ab0bc6cc3e193
parente1ecd34ce1e57b874cdf5b097db2b5a0c518956e
Implementing GtkComboBox using GtkTreeMenu !

First iteration at implementing combo box using a delegate
treemenu, almost everything is working. Still need to finalize
sensitivity issues in GtkTreeMenu (and should go ahead and pass
through GtkComboBox code with a fine comb...).
gtk/gtkcellview.c
gtk/gtkcombobox.c
gtk/gtktreemenu.c